-
Notifications
You must be signed in to change notification settings - Fork 19
Generalize loop elimination transformation #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Now we can eliminate loops from any statement type that implements a few key operations (not, havoc, assert, assume).
|
It seems conflicts with the main branch must be resolved - do you want to fix it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there are still uses of HasBoolNeg in DL/Imperative/SemanticsProps.lean . I think they weren't caught during lake build because it was not included in DL/Imperative/Imperative.lean - should we include it?
And make sure the file they're in gets included in the build.
Good catch! Should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIce generalization
Now we can eliminate loops from any statement type that implements a few key operations (not, havoc, assert, assume).
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.